home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L' Effet Pommier 2
/
L'Effet Pommier - Volume 02.iso
/
Arcade
/
Marathon Bonus
/
PfhorteFAT_1.0d21
/
Scripts
/
Clockwise Stairs
next >
Wrap
Text File
|
1995-07-27
|
622b
|
35 lines
* This script is Copyright 1995 by Steve Israelson
* Thanks to Br'fin for the suggestion
*
* Lets try making some stairs
*
* Loop until the floor height passes the defaults floor height
repeat
* adjust the next steps height
moveFloor StairSize
moveCeiling StairSize
* make the poly backwards, and remember the corner point
lastPoint
turn -90
turn LeftSize
move RightSize
pushPen
turn -90
move OrigLineLength
makeLine
* go back to that saved point
popPen
makeLine
pushLine
lastPoint
makeLine
closePoly
* make the saved line the selected line for the next step
popLine
until FloorPassedDefault